home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-23 | 1.2 KB | 37 lines |
- XCOMM @(#)Imakefile 9.1
-
- XCOMM 1994 Arthur David Olson
- XCOMM
- XCOMM The X Consortium, and any party obtaining a copy of these files from
- XCOMM the X Consortium, directly or indirectly, is granted, free of charge, a
- XCOMM full and unrestricted irrevocable, world-wide, paid up, royalty-free,
- XCOMM nonexclusive right and license to deal in this software and
- XCOMM documentation files (the "Software"), including without limitation the
- XCOMM rights to use, copy, modify, merge, publish, distribute, sublicense,
- XCOMM and/or sell copies of the Software, and to permit persons who receive
- XCOMM copies from any such party to do so. This license includes without
- XCOMM limitation a license to do the foregoing actions under any patents of
- XCOMM the party supplying this software to the X Consortium.
-
-
- INSTALL_DIR=/usr/skunk
-
- BINDIR = $(INSTALL_DIR)/bin
- LIBDIR = $(INSTALL_DIR)/lib
- INCDIR = $(INSTALL_DIR)/include/$(PROGRAM)
- XAPPLOADDIR = $(INSTALL_DIR)/lib/X11/app-defaults
- CONFIGDIR = /usr/lib/X11/config
- MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier
- MANDIR = $(INSTALL_DIR)/man/man.1
- MANSUFFIX = 1
-
-
- DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPXLIB)
- LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(XLIB)
-
- SRCS = dox.c
- OBJS = dox.o
-
- SimpleProgramTarget(dox)
-
-